const github.com/refraction-networking/utls.signatureRSAPSS
11 uses
github.com/refraction-networking/utls (current package)
auth.go#L48: case signatureRSAPSS:
auth.go#L103: sigType = signatureRSAPSS
common.go#L206: signatureRSAPSS
handshake_client.go#L856: if sigType == signatureRSAPSS {
handshake_client.go#L1304: case signatureRSAPSS, signaturePKCS1v15:
handshake_client_tls13.go#L985: if sigType == signatureRSAPSS {
handshake_server_tls13.go#L867: if sigType == signatureRSAPSS {
handshake_server_tls13.go#L873: if rsaKey, ok := public.(*rsa.PublicKey); ok && sigType == signatureRSAPSS &&
key_agreement.go#L223: if (sigType == signaturePKCS1v15 || sigType == signatureRSAPSS) != ka.isRSA {
key_agreement.go#L230: if sigType == signatureRSAPSS {
key_agreement.go#L343: if (sigType == signaturePKCS1v15 || sigType == signatureRSAPSS) != ka.isRSA {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |